CopyTo Method

Summary
Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.
Syntax
C#
VB
C++
public void CopyTo( 
   KeyValuePair<TKey, TValue>[] array, 
   int arrayIndex 
) 
  
Public Sub CopyTo( _ 
   ByVal array() As KeyValuePair(Of TKey,TValue), _ 
   ByVal arrayIndex As Integer _ 
)  
public: 
void CopyTo(  
   array<KeyValuePair<TKey^,TValue^>>^ array, 
   int arrayIndex 
)  

Parameters

array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.

arrayIndex
The zero-based index in array at which copying begins.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.